html {
    font-family:sans-serif;
    }

h4 {
//    color: blue;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

small {
    font-size: 12px;
 }


#client-info {
//    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
//    display: flex;
//    align: center;
    font-size: 11px;
//    float:left;
//    background-color: inherit;
//    background-color: #051b75;
    background-color: white;
//    color: white;
    color: #051b75;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 18px;
    padding-bottom: 17px;
//    width:30%;
    width:400px;
    position: relative;
//    top: 15px;
    vertical-align:middle;
    text-align: center;

//    border:2px solid #FFFFFF;
    border:2px solid #051b75;
    border-radius: 10px;
    min-width:50px;

//    display: inline-block;
}

#client-info a:link {
    color: #051b75;
}
#client-info a:visited {
    color: #051b75;
}
#client-info a:active {
    color: #051b75;
}

#advblock1 {
    position: relative;
//    position: absolute;
//    align: center;
//    color: red;
    margin: auto;
//    top: 0;
    right: 0;
    left: 0;
//    bottom: 0;
}
